Html Css Color HEX #478CBA Curious Blue

📋 copy color: '#478CBA'

red 71 ◦ green 140 ◦ blue 186

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

Shades of Curious Blue #478CBA

Tints of Curious Blue #478CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 17.88%
G = 35.26%
B = 46.85%

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

#478CBA (or 0x478CBA) is known color: Curious Blue. HEX triplet: 47, 8C and BA. RGB value is (71,140,186). Sum of RGB (Red+Green+Blue) = 71+140+186=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #478CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CBA is #B87345. Grayscale: #7C7C7C. Windows color (decimal): -12088134 or 12225607. OLE color: 12225607.

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

Color convert

RGB 71 140 186 -
CMYK 0.62 0.25 0 0.27
HSL 204º 0.45% 0.5% -
HSV(B) 204º 0.62% 0.73% -
XYZ 20.84 23.64 49.92 -
YUV 124.61 162.64 89.76 -
System Red Green Blue C M Y K H S L
Decimal 71 140 186 0.62 0.25 0 0.27 204 0.45 0.5
Hex 47 8C BA 3E 19 0 1B CC 2D 32
Octal 107 214 272 76 31 0 33 314 55 62
Binary 1000111 10001100 10111010 111110 11001 0 11011 11001100 101101 110010

Color Harmonies of #478CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CBA

Black with #478CBA

Text Example


Text Example

White with #478CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,140,186); }

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

background-color css

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

 a { background-color: rgb(71,140,186); }

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

border-color css

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

 span { border-color: rgb(71,140,186); }

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