Html Css Color HEX #4664CB Free Speech Blue

📋 copy color: '#4664CB'

red 70 ◦ green 100 ◦ blue 203

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

Shades of Free Speech Blue #4664CB

Tints of Free Speech Blue #4664CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 18.77%
G = 26.81%
B = 54.42%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4664CB (or 0x4664CB) is known color: Free Speech Blue. HEX triplet: 46, 64 and CB. RGB value is (70,100,203). Sum of RGB (Red+Green+Blue) = 70+100+203=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #4664CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4664CB is #B99B34. Grayscale: #666666. Windows color (decimal): -12163893 or 13329478. OLE color: 13329478.

HSL color Cylindrical-coordinate representation of color #4664CB: hue angle of 226.47º 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 #4664CB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 100 203 -
CMYK 0.66 0.51 0 0.20
HSL 226.47º 0.56% 0.54% -
HSV(B) 226.47º 0.66% 0.8% -
XYZ 17.86 14.73 58.4 -
YUV 102.77 184.56 104.62 -
System Red Green Blue C M Y K H S L
Decimal 70 100 203 0.66 0.51 0 0.20 226.47 0.56 0.54
Hex 46 64 CB 42 33 0 14 E2 38 36
Octal 106 144 313 102 63 0 24 342 70 66
Binary 1000110 1100100 11001011 1000010 110011 0 10100 11100010 111000 110110

Color Harmonies of #4664CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4664CB

Black with #4664CB

Text Example


Text Example

White with #4664CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4664CB; }

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

 H1.HeaderClassName
 {
   color: #4664CB;
 }
 .AnyTagClassName
 {
   color: #4664CB;
 }
</style>

background-color css

<style>
 a { background-color: #4664CB; }

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

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

border-color css

<style>
 span { border-color: #4664CB; }

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

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