Html Css Color HEX #0474AB Cerulean

📋 copy color: '#0474AB'

red 4 ◦ green 116 ◦ blue 171

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

Shades of Cerulean #0474AB

Tints of Cerulean #0474AB

RGB

 RED value IS 4 (1.95% from 255) = 1.37%

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 1.37%
G = 39.86%
B = 58.76%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0474AB (or 0x0474AB) is known color: Cerulean. HEX triplet: 04, 74 and AB. RGB value is (4,116,171). Sum of RGB (Red+Green+Blue) = 4+116+171=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #0474AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0474AB is #FB8B54. Grayscale: #585858. Windows color (decimal): -16485205 or 11236356. OLE color: 11236356.

HSL color Cylindrical-coordinate representation of color #0474AB: hue angle of 199.76º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0474AB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 116 171 -
CMYK 0.98 0.32 0 0.33
HSL 199.76º 0.95% 0.34% -
HSV(B) 199.76º 0.98% 0.67% -
XYZ 13.65 15.46 40.79 -
YUV 88.78 174.39 67.53 -
System Red Green Blue C M Y K H S L
Decimal 4 116 171 0.98 0.32 0 0.33 199.76 0.95 0.34
Hex 4 74 AB 62 20 0 21 C8 5F 22
Octal 4 164 253 142 40 0 41 310 137 42
Binary 100 1110100 10101011 1100010 100000 0 100001 11001000 1011111 100010

Color Harmonies of #0474AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0474AB

Black with #0474AB

Text Example


Text Example

White with #0474AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0474AB; }

 p { color: rgb(4,116,171); }

 H1.HeaderClassName
 {
   color: #0474AB;
 }
 .AnyTagClassName
 {
   color: #0474AB;
 }
</style>

background-color css

<style>
 a { background-color: #0474AB; }

 a { background-color: rgb(4,116,171); }

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

border-color css

<style>
 span { border-color: #0474AB; }

 span { border-color: rgb(4,116,171); }

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