Html Css Color HEX #4667CC Free Speech Blue

📋 copy color: '#4667CC'

red 70 ◦ green 103 ◦ blue 204

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

Shades of Free Speech Blue #4667CC

Tints of Free Speech Blue #4667CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 18.57%
G = 27.32%
B = 54.11%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4667CC (or 0x4667CC) is known color: Free Speech Blue. HEX triplet: 46, 67 and CC. RGB value is (70,103,204). Sum of RGB (Red+Green+Blue) = 70+103+204=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #4667CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4667CC is #B99833. Grayscale: #686868. Windows color (decimal): -12163124 or 13395782. OLE color: 13395782.

HSL color Cylindrical-coordinate representation of color #4667CC: hue angle of 225.22º degrees, saturation: 0.57, 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 #4667CC is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 103 204 -
CMYK 0.66 0.50 0 0.2
HSL 225.22º 0.57% 0.54% -
HSV(B) 225.22º 0.66% 0.8% -
XYZ 18.28 15.36 59.13 -
YUV 104.65 184.07 103.29 -
System Red Green Blue C M Y K H S L
Decimal 70 103 204 0.66 0.50 0 0.2 225.22 0.57 0.54
Hex 46 67 CC 42 32 0 14 E1 39 36
Octal 106 147 314 102 62 0 24 341 71 66
Binary 1000110 1100111 11001100 1000010 110010 0 10100 11100001 111001 110110

Color Harmonies of #4667CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4667CC

Black with #4667CC

Text Example


Text Example

White with #4667CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4667CC; }

 p { color: rgb(70,103,204); }

 H1.HeaderClassName
 {
   color: #4667CC;
 }
 .AnyTagClassName
 {
   color: #4667CC;
 }
</style>

background-color css

<style>
 a { background-color: #4667CC; }

 a { background-color: rgb(70,103,204); }

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

border-color css

<style>
 span { border-color: #4667CC; }

 span { border-color: rgb(70,103,204); }

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