Html Css Color HEX #4BA4FC Cornflower Blue

📋 copy color: '#4BA4FC'

red 75 ◦ green 164 ◦ blue 252

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

Shades of Cornflower Blue #4BA4FC

Tints of Cornflower Blue #4BA4FC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.4%

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 15.27%
G = 33.4%
B = 51.32%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BA4FC (or 0x4BA4FC) is known color: Cornflower Blue. HEX triplet: 4B, A4 and FC. RGB value is (75,164,252). Sum of RGB (Red+Green+Blue) = 75+164+252=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BA4FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA4FC is #B45B03. Grayscale: #929292. Windows color (decimal): -11819780 or 16557131. OLE color: 16557131.

HSL color Cylindrical-coordinate representation of color #4BA4FC: hue angle of 209.83º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BA4FC is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 164 252 -
CMYK 0.70 0.35 0 0.01
HSL 209.83º 0.97% 0.64% -
HSV(B) 209.83º 0.7% 0.99% -
XYZ 33.75 35.08 97.09 -
YUV 147.42 187.01 76.34 -
System Red Green Blue C M Y K H S L
Decimal 75 164 252 0.70 0.35 0 0.01 209.83 0.97 0.64
Hex 4B A4 FC 46 23 0 1 D2 61 40
Octal 113 244 374 106 43 0 1 322 141 100
Binary 1001011 10100100 11111100 1000110 100011 0 1 11010010 1100001 1000000

Color Harmonies of #4BA4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA4FC

Black with #4BA4FC

Text Example


Text Example

White with #4BA4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,164,252); }

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

background-color css

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

 a { background-color: rgb(75,164,252); }

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

border-color css

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

 span { border-color: rgb(75,164,252); }

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