Html Css Color HEX #464CCB Free Speech Blue

📋 copy color: '#464CCB'

red 70 ◦ green 76 ◦ blue 203

#464CCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #464CCB

Tints of Free Speech Blue #464CCB

RGB

 RED value IS 70 (27.73% from 255) = 20.06%

 GREEN value IS 76 (30.08% from 255) = 21.78%

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 20.06%
G = 21.78%
B = 58.17%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#464CCB (or 0x464CCB) is known color: Free Speech Blue. HEX triplet: 46, 4C and CB. RGB value is (70,76,203). Sum of RGB (Red+Green+Blue) = 70+76+203=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #464CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CCB is #B9B334. Grayscale: #585858. Windows color (decimal): -12170037 or 13323334. OLE color: 13323334.

HSL color Cylindrical-coordinate representation of color #464CCB: hue angle of 237.29º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464CCB is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 76 203 -
CMYK 0.66 0.63 0 0.20
HSL 237.29º 0.56% 0.54% -
HSV(B) 237.29º 0.66% 0.8% -
XYZ 15.89 10.78 57.74 -
YUV 88.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 70 76 203 0.66 0.63 0 0.20 237.29 0.56 0.54
Hex 46 4C CB 42 3F 0 14 ED 38 36
Octal 106 114 313 102 77 0 24 355 70 66
Binary 1000110 1001100 11001011 1000010 111111 0 10100 11101101 111000 110110

Color Harmonies of #464CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CCB

Black with #464CCB

Text Example


Text Example

White with #464CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464CCB; }

 p { color: rgb(70,76,203); }

 H1.HeaderClassName
 {
   color: #464CCB;
 }
 .AnyTagClassName
 {
   color: #464CCB;
 }
</style>

background-color css

<style>
 a { background-color: #464CCB; }

 a { background-color: rgb(70,76,203); }

 div.DivClassName
 {
   background-color: #464CCB;
 }
 .BgClassName
 {
   background-color: #464CCB;
 }
</style>

border-color css

<style>
 span { border-color: #464CCB; }

 span { border-color: rgb(70,76,203); }

 td.TdClassName
 {
   border-color: #464CCB;
 }
 .TagClassName
 {
   border-color: #464CCB;
 }
</style>