Html Css Color HEX #4467CC Free Speech Blue

📋 copy color: '#4467CC'

red 68 ◦ green 103 ◦ blue 204

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

Shades of Free Speech Blue #4467CC

Tints of Free Speech Blue #4467CC

RGB

 RED value IS 68 (26.95% from 255) = 18.13%

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

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

R = 18.13%
G = 27.47%
B = 54.4%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4467CC (or 0x4467CC) is known color: Free Speech Blue. HEX triplet: 44, 67 and CC. RGB value is (68,103,204). Sum of RGB (Red+Green+Blue) = 68+103+204=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #4467CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4467CC is #BB9833. Grayscale: #676767. Windows color (decimal): -12294196 or 13395780. OLE color: 13395780.

HSL color Cylindrical-coordinate representation of color #4467CC: hue angle of 224.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4467CC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 103 204 -
CMYK 0.67 0.50 0 0.2
HSL 224.56º 0.57% 0.53% -
HSV(B) 224.56º 0.67% 0.8% -
XYZ 18.13 15.29 59.12 -
YUV 104.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 68 103 204 0.67 0.50 0 0.2 224.56 0.57 0.53
Hex 44 67 CC 43 32 0 14 E1 39 35
Octal 104 147 314 103 62 0 24 341 71 65
Binary 1000100 1100111 11001100 1000011 110010 0 10100 11100001 111001 110101

Color Harmonies of #4467CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4467CC

Black with #4467CC

Text Example


Text Example

White with #4467CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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