Html Css Color HEX #0474BB Cerulean

📋 copy color: '#0474BB'

red 4 ◦ green 116 ◦ blue 187

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

Shades of Cerulean #0474BB

Tints of Cerulean #0474BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 1.3%
G = 37.79%
B = 60.91%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0474BB (or 0x0474BB) is known color: Cerulean. HEX triplet: 04, 74 and BB. RGB value is (4,116,187). Sum of RGB (Red+Green+Blue) = 4+116+187=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #0474BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0474BB is #FB8B44. Grayscale: #5A5A5A. Windows color (decimal): -16485189 or 12284932. OLE color: 12284932.

HSL color Cylindrical-coordinate representation of color #0474BB: hue angle of 203.28º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0474BB is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 116 187 -
CMYK 0.98 0.38 0 0.27
HSL 203.28º 0.96% 0.37% -
HSV(B) 203.28º 0.98% 0.73% -
XYZ 15.27 16.1 49.32 -
YUV 90.61 182.39 66.23 -
System Red Green Blue C M Y K H S L
Decimal 4 116 187 0.98 0.38 0 0.27 203.28 0.96 0.37
Hex 4 74 BB 62 26 0 1B CB 60 25
Octal 4 164 273 142 46 0 33 313 140 45
Binary 100 1110100 10111011 1100010 100110 0 11011 11001011 1100000 100101

Color Harmonies of #0474BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0474BB

Black with #0474BB

Text Example


Text Example

White with #0474BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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