Html Css Color HEX #4CABFF Cornflower Blue

📋 copy color: '#4CABFF'

red 76 ◦ green 171 ◦ blue 255

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

Shades of Cornflower Blue #4CABFF

Tints of Cornflower Blue #4CABFF

RGB

 RED value IS 76 (30.08% from 255) = 15.14%

 GREEN value IS 171 (67.19% from 255) = 34.06%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 15.14%
G = 34.06%
B = 50.8%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CABFF (or 0x4CABFF) is known color: Cornflower Blue. HEX triplet: 4C, AB and FF. RGB value is (76,171,255). Sum of RGB (Red+Green+Blue) = 76+171+255=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CABFF is #B35400. Grayscale: #979797. Windows color (decimal): -11752449 or 16755532. OLE color: 16755532.

HSL color Cylindrical-coordinate representation of color #4CABFF: hue angle of 208.16º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CABFF is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 171 255 -
CMYK 0.70 0.33 0 0
HSL 208.16º 1% 0.65% -
HSV(B) 208.16º 0.7% 1% -
XYZ 35.59 37.88 100.04 -
YUV 152.17 186.03 73.67 -
System Red Green Blue C M Y K H S L
Decimal 76 171 255 0.70 0.33 0 0 208.16 1 0.65
Hex 4C AB FF 46 21 0 0 D0 64 41
Octal 114 253 377 106 41 0 0 320 144 101
Binary 1001100 10101011 11111111 1000110 100001 0 0 11010000 1100100 1000001

Color Harmonies of #4CABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CABFF

Black with #4CABFF

Text Example


Text Example

White with #4CABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CABFF; }

 p { color: rgb(76,171,255); }

 H1.HeaderClassName
 {
   color: #4CABFF;
 }
 .AnyTagClassName
 {
   color: #4CABFF;
 }
</style>

background-color css

<style>
 a { background-color: #4CABFF; }

 a { background-color: rgb(76,171,255); }

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

border-color css

<style>
 span { border-color: #4CABFF; }

 span { border-color: rgb(76,171,255); }

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