Html Css Color HEX #478DBB Curious Blue

📋 copy color: '#478DBB'

red 71 ◦ green 141 ◦ blue 187

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

Shades of Curious Blue #478DBB

Tints of Curious Blue #478DBB

RGB

 RED value IS 71 (28.13% from 255) = 17.79%

 GREEN value IS 141 (55.47% from 255) = 35.34%

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

R = 17.79%
G = 35.34%
B = 46.87%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#478DBB (or 0x478DBB) is known color: Curious Blue. HEX triplet: 47, 8D and BB. RGB value is (71,141,187). Sum of RGB (Red+Green+Blue) = 71+141+187=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #478DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DBB is #B87244. Grayscale: #7D7D7D. Windows color (decimal): -12087877 or 12291399. OLE color: 12291399.

HSL color Cylindrical-coordinate representation of color #478DBB: hue angle of 203.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478DBB is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 141 187 -
CMYK 0.62 0.25 0 0.27
HSL 203.79º 0.46% 0.51% -
HSV(B) 203.79º 0.62% 0.73% -
XYZ 21.09 23.98 50.53 -
YUV 125.31 162.81 89.26 -
System Red Green Blue C M Y K H S L
Decimal 71 141 187 0.62 0.25 0 0.27 203.79 0.46 0.51
Hex 47 8D BB 3E 19 0 1B CC 2E 33
Octal 107 215 273 76 31 0 33 314 56 63
Binary 1000111 10001101 10111011 111110 11001 0 11011 11001100 101110 110011

Color Harmonies of #478DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DBB

Black with #478DBB

Text Example


Text Example

White with #478DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478DBB; }

 p { color: rgb(71,141,187); }

 H1.HeaderClassName
 {
   color: #478DBB;
 }
 .AnyTagClassName
 {
   color: #478DBB;
 }
</style>

background-color css

<style>
 a { background-color: #478DBB; }

 a { background-color: rgb(71,141,187); }

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

border-color css

<style>
 span { border-color: #478DBB; }

 span { border-color: rgb(71,141,187); }

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