Html Css Color HEX #4BAAFF Cornflower Blue

📋 copy color: '#4BAAFF'

red 75 ◦ green 170 ◦ blue 255

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

Shades of Cornflower Blue #4BAAFF

Tints of Cornflower Blue #4BAAFF

RGB

 RED value IS 75 (29.69% from 255) = 15%

 GREEN value IS 170 (66.8% from 255) = 34%

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

R = 15%
G = 34%
B = 51%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BAAFF (or 0x4BAAFF) is known color: Cornflower Blue. HEX triplet: 4B, AA and FF. RGB value is (75,170,255). Sum of RGB (Red+Green+Blue) = 75+170+255=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAAFF is #B45500. Grayscale: #969696. Windows color (decimal): -11818241 or 16755275. OLE color: 16755275.

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

Color convert

RGB 75 170 255 -
CMYK 0.71 0.33 0 0
HSL 208.33º 1% 0.65% -
HSV(B) 208.33º 0.71% 1% -
XYZ 35.33 37.47 99.98 -
YUV 151.29 186.53 73.59 -
System Red Green Blue C M Y K H S L
Decimal 75 170 255 0.71 0.33 0 0 208.33 1 0.65
Hex 4B AA FF 47 21 0 0 D0 64 41
Octal 113 252 377 107 41 0 0 320 144 101
Binary 1001011 10101010 11111111 1000111 100001 0 0 11010000 1100100 1000001

Color Harmonies of #4BAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAAFF

Black with #4BAAFF

Text Example


Text Example

White with #4BAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,170,255); }

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

background-color css

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

 a { background-color: rgb(75,170,255); }

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

border-color css

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

 span { border-color: rgb(75,170,255); }

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