Html Css Color HEX #4267CC Free Speech Blue

📋 copy color: '#4267CC'

red 66 ◦ green 103 ◦ blue 204

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

Shades of Free Speech Blue #4267CC

Tints of Free Speech Blue #4267CC

RGB

 RED value IS 66 (26.17% from 255) = 17.69%

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

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

R = 17.69%
G = 27.61%
B = 54.69%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4267CC (or 0x4267CC) is known color: Free Speech Blue. HEX triplet: 42, 67 and CC. RGB value is (66,103,204). Sum of RGB (Red+Green+Blue) = 66+103+204=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #4267CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4267CC is #BD9833. Grayscale: #676767. Windows color (decimal): -12425268 or 13395778. OLE color: 13395778.

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

Color convert

RGB 66 103 204 -
CMYK 0.68 0.50 0 0.2
HSL 223.91º 0.58% 0.53% -
HSV(B) 223.91º 0.68% 0.8% -
XYZ 18 15.22 59.12 -
YUV 103.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 66 103 204 0.68 0.50 0 0.2 223.91 0.58 0.53
Hex 42 67 CC 44 32 0 14 E0 3A 35
Octal 102 147 314 104 62 0 24 340 72 65
Binary 1000010 1100111 11001100 1000100 110010 0 10100 11100000 111010 110101

Color Harmonies of #4267CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4267CC

Black with #4267CC

Text Example


Text Example

White with #4267CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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